/*Default tags*/
*{
	margin:0;
	padding:0;
}

html, body{
	margin:0;
	padding:0;
	width:100%;
	height: 100%;
}

body{
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	background:url(../img/bg.png) repeat-x 0 0;
	color:#000;
}

.page{
	height: auto !important;
	min-height: 100%;
	
    position: relative;
}

.contact .page{
	background:#dcdcdc url(../img/page_bg.png) repeat-x 0 0;
}

p{
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	padding:0 0 16px 0;
	color:#000;
}

img{
	border:0;
}

ul{
	list-style:none;
}

a{
	outline:none;
	color:#0569b6;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}

.wrapper{
	width:1022px;
	margin:0 auto;
}

/*begin header*/
.header{
	float:left;
	width:1015px;
	height: 145px;
	margin:25px 0 0 0;
}

.banner{
	margin: 0 0 40px 115px;
}
/* header close*/

/* Main list begin*/
.main_list{
	float:left;
	margin: 0 0 22px 115px;
}

.main_list li{
	float:left;
	padding:0 6px 0 0;
}

.main_list li a{
	font-size:14px;
	color:#000;
	float:left;
}

.main_list li a:hover{
	text-decoration: none;
}

.main_list li a b{
	cursor: pointer;
}

.main_list li a.active b.l_cut,.main_list li a:hover b.l_cut{
	background:url(../img/l_cut_hov.png) no-repeat 0 0;
}

.main_list li a.active span,.main_list li a:hover span{
	background:url(../img/middle_list_hov.png) repeat-x 0 0;
}

.main_list li a.active b.r_cut,.main_list li a:hover b.r_cut{
	background:url(../img/r_cut_hov.png) no-repeat 0 0;
}

b.l_cut{
	background:url(../img/l_cut.png) no-repeat 0 0;
	width: 12px;
	height: 31px;
	float: left;
}

b.r_cut{
	background:url(../img/r_cut.png) no-repeat 0 0;
	width: 16px;
	float: left;
	height: 31px;
}

.main_list li a span{
	background:url(../img/middle_list.png) repeat-x 0 0;
	height: 31px;
	cursor: pointer;
	padding: 0 30px;
	line-height: 26px;
	float: left;
}

/* Main list close*/

/* Login/Logout form begin*/
.login_form p.login{
	float: left;
	line-height: 20px;
	padding: 20px 18px 0 0;
}

.login_form p.login a{
	color: #ea223a;
	font-size: 18px;
}

.login_form p.login a.login_link{
	color: #ea223a;
	float: left;
	font-size: 18px;
}

.login_form form{
	float: left;
	width: 299px;
}

.login_form form .line{
	float: left;
	padding: 0 0 3px 0;
}

.login_form form label{
	width: 61px;
	text-align: right;
	padding: 9px 7px 0 0;
	color: #3892cd;
	float: left;
}

.btn_bg{
	float: left;
	background:url(../img/btn_bg.png) no-repeat 0 0;
	width: 198px;
	height: 31px;
}

.login_form form .submit_btn{
	width: 23px;
	height:27px;
	background:url(../img/submit_btn.png) no-repeat 0 0;
	border:0;
	cursor: pointer;
	margin: 0 0 0 9px;
}

.btn_bg input{
	border:0;
	height: 26px;
	line-height: 24px;
	background: none;
	padding: 0 0 5px 12px;
}

.info h2{
	color: #000;
	font-size: 18px;
	font-weight: normal;
}

a.more{
	display: block;
	color: #ea223a;
	font-size: 14px;
}

/* Login/Logout form close*/

/* Content begin*/
.content{
	width:830px;
	float:left;
	padding:0 0 130px 115px;
}

.home_content{
	float: left;
	padding: 0 0 40px 0;
}

.content .box{
	border-top: 8px solid #f26d7d;
	width: 240px;
	margin: 0 24px 0 0;
	padding: 9px 0 0 10px;
}

.content .first{
	border-top: 8px solid #f26d7d;
}

.content .second{
	border-top: 8px solid #21aa33;
}

.content .first{
	color: #ea223a;
}

.content .first .color{
	background: #83cf8d;
	border: 1px solid #21aa33;
}

.content .second .color{
	background: #f7a7b1;
	border: 1px solid #ea223a;
}

.content .third .color{
	background: #9dc8e3;
	border: 1px solid #187cbe;
}

.content .second{
	color: #21aa33;
	border-top: 8px solid #21aa33;
}

.content .third{
	color: #187cbe;
	border-top: 8px solid #187cbe;
}

.content .box .color{
	min-width: 226px;
	min-height: 50px;
	color: #000;
	margin: 3px 0 0 0;
	padding: 7px 10px;
}

.content .box .color a{
	color: #000;
	text-decoration: underline;
}

.content .box  a.more_link{
	color: #187cbe;
	background:url(../img/more_link.png) no-repeat 0 0;
	line-height: 18px;
	margin: 6px 0 0 8px;
	display: inline-block;
	padding: 0 0 0 25px;
}

.content .box .color a:hover{
	text-decoration: none;
}

.link_list{
	margin: 8px 0 0 10px;
}

.link_list li a{
	color: #000;
	text-decoration: underline;
	font-size: 12px;
}

.link_list li a:hover{
	text-decoration: none;
}

.content p{
	padding: 0;
} 

.content a{
	padding: 0;
	color: #ea223a;
} 

.content .box h3{
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h2.title{
	font-size:24px;
	margin:0 0 18px 0;
	font-weight:bold;
	color:#4a4579;
}
/* Content close*/


/* Footer begin*/
.contact .footer{
	background: none;
	position: fixed;
}

.contact_footer{
	width: 985px;
	float: left;
	position: relative;
	padding: 80px 0 0 0;
}

.info{
	width: 555px;
	margin: 0 auto;
}

.footer{
	background:url(../img/footer_bg.png) repeat-x 0 0;
	width: 100%;
	bottom: 0;
    position: absolute;
    width: 100%;
	float: left;
	height: 122px;
}

.footer_content{
	width: 1000px;
	position: relative;
	margin: 0 auto;
}

p.copy{
	margin: 35px 0 0 0;
	float: left;
}

.footer ul {
	float:left;
}

.foot_logo{
	margin: 35px 0 0 0;
}

.foot_logo p{
	font-size: 11px;
	padding: 2px 0 0 0;
}

.foot_logo img{
	margin: 0 0 0 3px;
}

.tab_link{
	background:url(../img/tab_with_link.png) no-repeat 0 0;
	display: block;
	width: 134px;
	height: 33px;
	font-size: 11px;
	position: absolute;
	left: 44%;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	top:0;
}

.tab_link:hover{
	text-decoration: none;
}

/* Footer close*/

/* Products Page*/
.hello{
	background:url(../img/line.png) no-repeat 100% 100%;
	float: left;
	padding: 0 6px 0 0;
	margin: 0 6px 0 0;
	color: #000;
}

.post_header{
	width: 240px;
	min-height: 45px;
	border-top: 8px solid #f26d7d;
	padding: 10px 9px 23px 6px;
	display: block;
	float: right;
	margin: 0 90px 0 0;
}

.green_bord{
	border-top: 8px solid #39b54a;
}

.post_header p{
	padding:0;
}

.post{
	float: left;
	padding: 0 0 7px 0;
}

.post img{
	margin: 0 18px 0 0;
	float: left;
}

.post h3{
	font-size: 18px;
	color: #000;
	margin: 0 0 8px 0;
	font-weight: normal;
}

.border_green{
	border: 1px solid #21aa33;
	float:  left;
	display: block;
	width: 592px;
	padding: 5px;
	margin: 8px 0 0 0;
}

.border_green li{
	float: left;
	padding: 0 18px 0 0;
}

.border_green li .number{
	color: #ea223a;
	padding: 0 0 0 10px;
}

.text{
	width: 602px;
}

.content .order_now{
	background:url(../img/order_now.png) no-repeat 0 0;
	width: 114px;
	height: 26px;
	float: right;
	margin: 8px 0 0 0;
	color: #000;
	line-height: 26px;
	text-align: center;
	display: block;
	font-size: 12px;
}

.content .order_now:hover{
	text-decoration: none;
}

/* Contact Page*/
.info a{
	font-size: 14px;
	text-decoration:underline;
}

.info a:hover{
	text-decoration: none;
}

.info .phone span{
	display: block;
} 

a.letter{
	background:url(../img/contact_us.png) no-repeat 0 0;
	height: 37px;
	display: block;
	font-size: 14px;
	padding: 0 0 0 60px;
	margin: 0 0 55px 0;
	color: #000;
}

a.skype{
	background:url(../img/skype.png) no-repeat 0 0;
	height: 43px;
	display: block;
	font-size: 14px;
	padding: 0 0 0 60px;
	margin: 0 0 55px 0;
	color: #000;
}

p.phone{
	background:url(../img/phone.png) no-repeat 0 0;
	display: block;
	padding: 0 0 0 60px;
	color: #000;
	font-size: 14px;
}

.info .address span{
	display: block;
} 

p.address{
	background:url(../img/address.png) no-repeat 0 0;
	display: block;
	padding: 0 0 0 60px;
	color: #000;
	font-size: 14px;
}

.contact .footer_content {
	margin: 90px 0 0 0;
}

.contact .footer_content p.copy{
	margin:0;
}

.contact .footer_content .foot_logo{
	margin:0;
}

a img {border: none;}

.hidden {
  display: none
}